home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 3 / Amiga Tools 3.iso / grafik / raytracing / dust / dusthelp2 / merge2 < prev    next >
Encoding:
Text File  |  1995-08-21  |  734 b   |  15 lines

  1.   COMMAND MERGE2
  2. -----------------------------------------------------------------
  3.     Purpose: Erase unnecessary points and edges (very fast)
  4.       Usage: MERGE2(<objectID>)
  5.    Examples: merge2(3)
  6.       Notes: 1. This merge-algorithm uses quicksort and some other tricks 
  7.                 (Well, I'm proud of it) - so it needs more memory 
  8.                 than MERGE (But who cares)
  9.              2. It may fail (crash?) on objects with "illegal" points
  10.                 or edges
  11.              3. This is procedure is used used if the parameter
  12.                 OPTEDGES is set-because it's very fast now
  13.                 you (LW-users) can set this option without doubts
  14.                 (Now Dust should be the FASTEST object-converter.)
  15.